home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / editor / us20doc.zip / README < prev    next >
Text File  |  1992-07-04  |  5KB  |  141 lines

  1.         MicroSPELL 2.0 Release Notes    July 4, 1992
  2.  
  3. **********************************************************************
  4.  
  5.     (C)Copyright 1987, 1992 by Daniel M. Lawrence
  6.     MicroSPELL 2.0 can be copied and distributed freely for any
  7.     non-commercial purposes. Commercial users may use MicroEMACS
  8.     3.11 inhouse. Shareware distributors may redistribute
  9.     MicroSPELL 2.0 for media costs only. MicroSPELL 2.0 can only
  10.     be incorporated into commercial software or resold with the
  11.     permission of the current author.
  12.  
  13. **********************************************************************
  14.  
  15. DESCRIPTION:
  16.  
  17.     MicroSPELL is a stand alone spell checker which scans text files
  18. and reports on misspelled words.  It has a 1000 word common word list
  19. and a 67,000 word main dictionary.  Multiple user dictionaries can also
  20. be used during a spell check.
  21.  
  22.     MicroSPELL will run on any MSDOS machine, on AMIGA 1000s, Atari
  23. STs, several different flavors of UNIX and on the IBM 370 series
  24. mainframe under CMS. 
  25.  
  26.     This can also be used in conjunction with a MicroEMACS 3.11 macro
  27. (scan.cmd) which steps through the source file, stopping at each suspect
  28. word and allowing the user to dispose of it in different ways.
  29.  
  30.     There are two stand alone utilities that are used to maintain
  31. the dictionary.  DMERGE will merge a text file of words and the main
  32. compressed dictionary into a new text dictionary.  CDICT will take a
  33. text dictionary and create a new compressed dictionary.
  34.  
  35.     The BIC program takes a suspect word as an argument and returns
  36. suggested replacement words.
  37.  
  38. DOCUMENTATION:
  39.  
  40.     SPELL.MSS is the source for a breif user's document. SPELL.TXT is
  41. the same file formatted for a plain printer, and SPELL.PS is formatted for
  42. a postscript printer
  43.  
  44. INSTALLATION:
  45.  
  46.     The various files need to be somewhere in the executable path on
  47. machines that have paths.  On machines which don't, the files need to be
  48. placed in a directory listed in the DPATH.H file.  Once all the files
  49. are there, they should work without other problems. 
  50.  
  51.     On the ATARI ST, make sure to install spell.prg as a TOS TAKES
  52. PARAMETERS application via the install application menu entry from the
  53. GEM desktop.  On the AMIGA, spell is best invoked from the CLI command
  54. line. 
  55.  
  56. AVAILABILITY:
  57.  
  58.     MicroSPELL 2.0 is availible in a couple of different ways. 
  59. First, it is availible via my bulletin board system..... 
  60.  
  61.     The Programmer's Room
  62.     FIDO 1:201/10
  63.     (317) 742-5533
  64.     24 hours  300/1200/2400 baud
  65.  
  66.     Also it should be available via anonymous ftp from:
  67.  
  68.         midas.mgmt.purdue.edu
  69.  
  70.     between the hours of 5pm and 8am.
  71.  
  72.     The distribution is arranged as a number of .ZIP files,
  73. US20DOC.ZIP which contains the documentation and dictionary files,
  74. US20SRC.ZIP which has all the sources and US20EXE.ZIP, USATARI.ARC and
  75. USAMIGA.ARC which contains the executables for various machines.  Also
  76. all the various executables are available individually. 
  77.  
  78. US20DOC.ZIP includes the files:
  79.  
  80.     README        This file
  81.     DICT.DCT    Compressed Main dictionary (apx 60,000 words)
  82.     COMMON.TXT    Common word list (apx 1000 words)
  83.     SCAN.CMD    MicroEMACS 3.11 command file used to scan
  84.             spelled document files
  85.     SPELL.MSS    document in Borland SPRINT form
  86.     SPELL.PS    document in Postscript
  87.     SPELL.TXT    document in text form
  88.  
  89. US20SRC.ZIP includes the files:
  90.  
  91.     DDEF.H        Global variable definitions
  92.     DOPT.H        Compile OPTIONS file
  93.     DPATH.H        Path list to find dictionary files
  94.     DSFX.H        Suffix list
  95.     DSTRUCT.H    Structure declarations
  96.  
  97.     BIC.C        Make spelling suggestions
  98.     CDICT.C        Compress dictionary main program
  99.     CHECK.C        Check source words vs main dictionary
  100.     COMMON.C    Common word list routines
  101.     DMERGE.C    Dictionary merge main program
  102.     FILE.C        File I/O
  103.     MAIN.C        SPELL main program
  104.     MDICT.C        Main dictionary functions
  105.     QUICK.C        Quicksort functions
  106.     SOURCE.C    Source file parsing routines
  107.     USER.C        User word list file functions
  108.     UTIL.C        Various shared utility routines
  109.  
  110. Each executable archive includes the files(with appropriate extentions):
  111.  
  112.     SPELL.EXE    Spell checker
  113.     DMERGE.EXE    Dictionary merge program
  114.     CDICT.EXE    Dictionary compress program
  115.     BIC.EXE        Make a correction suggestion
  116.  
  117. and these executable archives are or will seen be availible:
  118.  
  119.     US20EXE.ZIP    All MSDOS machines
  120.     SATARI.ARC    Atari 520/1040ST
  121.     SAMIGA.ARC    Commodore Amiga 1000
  122.  
  123. SUPPORT:
  124.  
  125.     I will support these programs, and encourage everyone to spread
  126. them around as much as they can.  If you make what you think are changes
  127. that are useful to many, send me the updates, and as time permits, I
  128. will incorporate the ones I understand, and agree with into the master
  129. sources. Sending a check for $25 to register these programs and support
  130. their future development would be appreciated.
  131.  
  132.     USmail:    Daniel Lawrence
  133.         617 New York St
  134.         Lafayette, IN 47901
  135.  
  136.     UUCP:    dynamo.ecn.purdue.edu!mdbs!dan
  137.     ARPA:    mdbs!dan@dynamo.ecn.purdue.edu
  138.     FIDO:    The Programmer's Room 1:201/10
  139.         (317) 742-5533
  140.     ATT:    (317) 742-5153
  141.